home *** CD-ROM | disk | FTP | other *** search
- /*
- File: BevelImageAPIWindow.h
-
- Contains: Bevel Button fun!
-
- Version: Appearance 1.0 SDK
-
- Copyright: © 1997 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: Edward Voas
-
- Other Contact: 7 of 9, Borg Collective
-
- Technology: OS Technologies Group
-
- Writers:
-
- (edv) Ed Voas
-
- Change History (most recent first):
-
- <1> 9/11/97 edv First checked in.
- */
-
- #ifndef _BEVELIMAGE_H
- #define _BEVELIMAGE_H
-
- #include <Icons.h>
- #include "BaseDialog.h"
-
- class BevelImageAPIWindow : public BaseDialog
- {
- public:
- BevelImageAPIWindow();
- virtual ~BevelImageAPIWindow();
-
- protected:
- void HandleItemHit( SInt16 itemHit );
-
- private:
- Handle fIconSuite;
- CIconHandle fColorIcon;
- };
-
- #endif // _BEVELIMAGE_H
-